bash-completion: Remove `admin` completions
authorColin Walters <walters@verbum.org>
Mon, 26 Feb 2018 19:11:00 +0000 (14:11 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 27 Feb 2018 13:56:11 +0000 (13:56 +0000)
commitee1f6b23153fea4324b9bdf6de417863931b6aa1
treecb9515ef79e7ad9fafc2cc0dc95e1dd45a004e64
parent7f88fddcd41f0fb12333eba145c99d2499b7767f
bash-completion: Remove `admin` completions

The `admin` commandline should be considered a demo; I just added
the `pin` command *mostly* so we could use it for unit tests, although
I can imagine other people using it.

But maintaining completions is a lot of overhead right now, let's not
do it for `admin`.

The other command line options that operate on repos we will definitely maintain
since they're used in releng contexts.

Closes: #1468
Approved by: jlebon
16 files changed:
bash/ostree
src/ostree/ot-admin-builtin-cleanup.c
src/ostree/ot-admin-builtin-deploy.c
src/ostree/ot-admin-builtin-diff.c
src/ostree/ot-admin-builtin-init-fs.c
src/ostree/ot-admin-builtin-os-init.c
src/ostree/ot-admin-builtin-pin.c
src/ostree/ot-admin-builtin-set-origin.c
src/ostree/ot-admin-builtin-status.c
src/ostree/ot-admin-builtin-switch.c
src/ostree/ot-admin-builtin-undeploy.c
src/ostree/ot-admin-builtin-unlock.c
src/ostree/ot-admin-builtin-upgrade.c
src/ostree/ot-admin-instutil-builtin-grub2-generate.c
src/ostree/ot-admin-instutil-builtin-selinux-ensure-labeled.c
src/ostree/ot-admin-instutil-builtin-set-kargs.c